home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TFILEFORMATMANAGERDIALOG / TFILEFORMATMANAGERDIALOG.txt
Text File  |  2008-11-03  |  6KB  |  281 lines

  1. inherited FileFormatManagerDialog: TFileFormatManagerDialog
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Managing_File_Formats'
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSizeable
  6.   Caption = 'File Formats'
  7.   ClientHeight = 488
  8.   ClientWidth = 716
  9.   Constraints.MinHeight = 522
  10.   Constraints.MinWidth = 724
  11.   OnActivate = FormActivate
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TUiBevel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 716
  22.     Height = 8
  23.     Align = alTop
  24.     Shape = bsSpacer
  25.   end
  26.   object Bevel2: TUiBevel
  27.     Left = 0
  28.     Top = 8
  29.     Width = 8
  30.     Height = 435
  31.     Align = alLeft
  32.     Shape = bsSpacer
  33.   end
  34.   object Bevel3: TUiBevel
  35.     Left = 275
  36.     Top = 8
  37.     Width = 8
  38.     Height = 435
  39.     Align = alRight
  40.     Shape = bsSpacer
  41.   end
  42.   object SelectPanel: TUiPanel
  43.     Left = 8
  44.     Top = 8
  45.     Width = 267
  46.     Height = 435
  47.     Align = alClient
  48.     BevelOuter = bvNone
  49.     TabOrder = 0
  50.     object DefaultLbl: TUiLabel
  51.       Left = 0
  52.       Top = 355
  53.       Width = 267
  54.       Height = 17
  55.       Align = alBottom
  56.       AutoSize = False
  57.       Caption = 'Edit file format defaults:'
  58.       FocusControl = DefaultLB
  59.       Layout = tlBottom
  60.     end
  61.     object ListView: TUiListView
  62.       Left = 0
  63.       Top = 0
  64.       Width = 267
  65.       Height = 322
  66.       Align = alClient
  67.       Checkboxes = True
  68.       Columns = <
  69.         item
  70.           AutoSize = True
  71.         end
  72.         item
  73.           AutoSize = True
  74.         end>
  75.       ColumnClick = False
  76.       DragMode = dmAutomatic
  77.       RowSelect = True
  78.       PopupMenu = ListPopup
  79.       SmallImages = BcImages.MainImages
  80.       TabOrder = 0
  81.       ViewStyle = vsReport
  82.       OnCustomDrawItem = ListViewCustomDrawItem
  83.       OnCustomDrawSubItem = ListViewCustomDrawSubItem
  84.       OnEdited = ListViewEdited
  85.       OnEditing = ListViewEditing
  86.       OnDragDrop = ListViewDragDrop
  87.       OnDragOver = ListViewDragOver
  88.       OnKeyDown = ListViewKeyDown
  89.       OnSelectItem = ListViewSelectItem
  90.       OnCancelEdit = ListViewCancelEdit
  91.       OnCheckItem = ListViewCheckItem
  92.     end
  93.     object DefaultLB: TUiListBox
  94.       Left = 0
  95.       Top = 372
  96.       Width = 267
  97.       Height = 63
  98.       Style = lbOwnerDrawFixed
  99.       Align = alBottom
  100.       ItemHeight = 18
  101.       TabOrder = 1
  102.       OnClick = DefaultLBClick
  103.       OnDrawItem = DefaultLBDrawItem
  104.     end
  105.     object ListPanel: TUiPanel
  106.       Left = 0
  107.       Top = 322
  108.       Width = 267
  109.       Height = 33
  110.       Align = alBottom
  111.       BevelOuter = bvNone
  112.       TabOrder = 2
  113.       object NewBtn: TUiButton
  114.         Left = 0
  115.         Top = 0
  116.         Caption = '&New...'
  117.         TabOrder = 0
  118.         OnClick = NewClick
  119.         AutoSize = asLeft
  120.         MinWidth = 0
  121.       end
  122.       object SaveAsBtn: TUiButton
  123.         Left = 47
  124.         Top = 0
  125.         Caption = 'Save &As...'
  126.         TabOrder = 1
  127.         OnClick = SaveAsClick
  128.         AutoSize = asLeft
  129.         MinWidth = 0
  130.       end
  131.       object MoveUpBtn: TUiBitBtn
  132.         Tag = -1
  133.         Left = 112
  134.         Top = 0
  135.         Width = 24
  136.         Hint = 'Move Up'
  137.         TabOrder = 2
  138.         OnClick = MoveClick
  139.         ImageIndex = imgUp
  140.         Images = BcImages.MainImages
  141.       end
  142.       object MoveDownBtn: TUiBitBtn
  143.         Tag = 1
  144.         Left = 136
  145.         Top = 0
  146.         Width = 24
  147.         Hint = 'Move Down'
  148.         TabOrder = 3
  149.         OnClick = MoveClick
  150.         ImageIndex = imgDown
  151.         Images = BcImages.MainImages
  152.       end
  153.       object DeleteBtn: TUiButton
  154.         Left = 160
  155.         Top = 0
  156.         Caption = '&Delete'
  157.         TabOrder = 4
  158.         OnClick = DeleteClick
  159.         AutoSize = asLeft
  160.         MinWidth = 0
  161.       end
  162.     end
  163.   end
  164.   object EditPanel: TUiPanel
  165.     Left = 283
  166.     Top = 8
  167.     Width = 433
  168.     Height = 435
  169.     Align = alRight
  170.     BevelOuter = bvNone
  171.     TabOrder = 1
  172.     object EditResBtn: TUiButton
  173.       Left = 0
  174.       Top = 408
  175.       Caption = 'Factory Defaults'
  176.       TabOrder = 0
  177.       OnClick = EditResClick
  178.       AutoSize = asLeft
  179.     end
  180.     object EditSaveBtn: TUiButton
  181.       Left = 193
  182.       Top = 408
  183.       Caption = '&Save'
  184.       TabOrder = 1
  185.       OnClick = EditSaveClick
  186.       AutoSize = asRight
  187.     end
  188.     object EditSaveAsBtn: TUiButton
  189.       Left = 273
  190.       Top = 408
  191.       Caption = 'Save &As...'
  192.       TabOrder = 2
  193.       OnClick = EditSaveAsClick
  194.       AutoSize = asRight
  195.     end
  196.     object EditCancelBtn: TUiButton
  197.       Left = 353
  198.       Top = 408
  199.       Caption = 'Cancel'
  200.       TabOrder = 3
  201.       OnClick = EditCancelClick
  202.       AutoSize = asRight
  203.     end
  204.   end
  205.   object BottomPanel: TUiPanel
  206.     Left = 0
  207.     Top = 443
  208.     Width = 716
  209.     Height = 45
  210.     Align = alBottom
  211.     BevelOuter = bvNone
  212.     TabOrder = 2
  213.     SizeGripper = True
  214.     DesignSize = (
  215.       716
  216.       45)
  217.     object Bevel4: TUiBevel
  218.       Left = 0
  219.       Top = 7
  220.       Width = 716
  221.       Height = 2
  222.       Align = alTop
  223.       Shape = bsTopLine
  224.     end
  225.     object Bevel5: TUiBevel
  226.       Left = 0
  227.       Top = 0
  228.       Width = 716
  229.       Height = 7
  230.       Align = alTop
  231.       Shape = bsSpacer
  232.     end
  233.     object FormatsLbl: TUiLabel
  234.       Left = 8
  235.       Top = 24
  236.       Height = 13
  237.       Caption = 'Additional file formats available at:'
  238.     end
  239.     object FormatsURL: TUiUrlLabel
  240.       Left = 174
  241.       Top = 24
  242.       Width = 207
  243.       Height = 13
  244.       Caption = 'http://www.scootersoftware.com/v3formats'
  245.       URL = 'http://www.scootersoftware.com/v3formats'
  246.     end
  247.     object CloseBtn: TUiButton
  248.       Left = 636
  249.       Top = 16
  250.       Anchors = [akTop, akRight]
  251.       Cancel = True
  252.       Caption = 'Close'
  253.       Default = True
  254.       ModalResult = 2
  255.       TabOrder = 0
  256.       AutoSize = asRight
  257.     end
  258.   end
  259.   object ListPopup: TUiPopupMenu
  260.     Left = 9
  261.     Top = 8
  262.     object NewSubItem: TUiSubmenuItem
  263.       Caption = 'New'
  264.     end
  265.     object SaveAsItem: TUiMenuItem
  266.       Caption = 'Save As...'
  267.       OnClick = SaveAsClick
  268.     end
  269.     object DeleteItem: TUiMenuItem
  270.       Caption = 'Delete'
  271.       ShortCut = 46
  272.       OnClick = DeleteClick
  273.     end
  274.     object RenameItem: TUiMenuItem
  275.       Caption = 'Rename'
  276.       ShortCut = 113
  277.       OnClick = RenameClick
  278.     end
  279.   end
  280. end
  281.